getting-started: typo tie->the
authorChris Martin <ch.martin@gmail.com>
Fri, 9 Dec 2016 03:13:29 +0000 (22:13 -0500)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 5 Feb 2017 20:02:10 +0000 (20:02 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=775864

docs/reference/gtk/getting_started.xml

index a4ae64df8442b14f6ee7994efee40efdd61bbff1..c6bfe27081db15d8b3846e5c30baf18a0543941a 100644 (file)
@@ -1051,7 +1051,7 @@ example_app_window_init (ExampleAppWindow *win)
 
     <para>The contents of a widget often need to be partially or fully redrawn,
     e.g. when another window is moved and uncovers part of the widget, or
-    when tie window containing it is resized. It is also possible to explicitly
+    when the window containing it is resized. It is also possible to explicitly
     cause part or all of the widget to be redrawn, by calling
     gtk_widget_queue_draw() or its variants. GTK+ takes care of most of the
     details by providing a ready-to-use cairo context to the ::draw signal